cargo.git
2014-10-22 borsauto merge of #717 : alexcrichton/cargo/souped-up-resol...
2014-10-22 Alex CrichtonMake to_url public for rustc
2014-10-22 Alex CrichtonAvoid visiting deps too often in resolve
2014-10-22 Alex Crichtonsource changes
2014-10-22 Alex CrichtonContinue reducing clone costs
2014-10-22 Alex CrichtonMake SourceId cheap to clone
2014-10-22 Alex CrichtonMake PackageId cheap to clone
2014-10-22 Alex CrichtonImplement resolution of version requirements
2014-10-22 Alex CrichtonSplit out encoding from `core::resolver` to a submodule
2014-10-22 Alex CrichtonUpdate semver to have `^` be the default operator
2014-10-21 borsauto merge of #732 : alexcrichton/cargo/update, r=alexc...
2014-10-21 Alex CrichtonUpdate dependencies to unbreak the build
2014-10-21 Alex CrichtonMerge remote-tracking branch 'tomaka/add-docs' into...
2014-10-21 Alex CrichtonMerge commit 'jdeseno/remove-deprecated' into update
2014-10-21 Pierre KriegerAdd general doccomments
2014-10-21 Joshua DeSenoReplace usage of `get_ref`
2014-10-20 borsauto merge of #722 : blaenk/cargo/rpath-docs, r=alexcri...
2014-10-20 Jorge Israel... use rpath defaults
2014-10-19 Jorge Israel... document rpath option in manifest
2014-10-18 borsauto merge of #721 : EduardoBautista/cargo/update-docs...
2014-10-18 Eduardo BautistaUpdate docs url
2014-10-17 borsauto merge of #720 : alexcrichton/cargo/no-more-plugins...
2014-10-17 borsauto merge of #711 : alexcrichton/cargo/issue-708,...
2014-10-17 Alex CrichtonRemove dependence on various plugins
2014-10-17 borsauto merge of #712 : alexcrichton/cargo/issue-633,...
2014-10-17 borsauto merge of #719 : alexcrichton/cargo/update-docopt...
2014-10-17 Alex CrichtonUpdate to rust master to remove libdebug
2014-10-16 Alex CrichtonPass features to native build commands
2014-10-16 Alex CrichtonAllow reexporting of features between packages
2014-10-16 Alex CrichtonRequire `make` is run before `make install`
2014-10-15 borsauto merge of #709 : alexcrichton/cargo/issue-705,...
2014-10-15 Alex CrichtonAdd an `rpath` option to the profile section
2014-10-14 borsauto merge of #700 : alexcrichton/cargo/issue-697,...
2014-10-14 borsauto merge of #699 : alexcrichton/cargo/issue-695,...
2014-10-14 borsauto merge of #706 : kballard/cargo/patch-1, r=alexcrichton
2014-10-14 Kevin BallardTweak native-build.md example
2014-10-14 borsauto merge of #698 : eagleflo/cargo/new-invalid-charact...
2014-10-13 borsauto merge of #703 : alexcrichton/cargo/doc.crates...
2014-10-13 Aku KotkavuoCheck crate name for invalid characters in cargo new
2014-10-13 Alex CrichtonMove documentation to doc.crates.io
2014-10-13 borsauto merge of #701 : kagia/cargo/master, r=alexcrichton
2014-10-13 borsauto merge of #696 : bkoropoff/cargo/build-break, r...
2014-10-13 Benjamin Kagialink to 64bit windows binaries #639
2014-10-13 Alex CrichtonFix updating sources with more than one crate
2014-10-13 Alex CrichtonDon't hardcode i32 in FFI bindings
2014-10-12 Brian KoropoffUpgrade docopt/docopt_macros to fix build break
2014-10-11 Alex CrichtonOnly one CNAME is allowed!
2014-10-11 Alex CrichtonUpdate travis token to upload docs
2014-10-11 Alex CrichtonAdd doc.crates.io to src/doc/CNAME
2014-10-10 borsauto merge of #689 : alexcrichton/cargo/update, r=alexc...
2014-10-10 Alex CrichtonUpdate to rust master
2014-10-09 borsauto merge of #682 : vhbit/cargo/empty-features, r...
2014-10-09 Valerii HioraAllow to invoke Cargo commands with empty features
2014-10-09 borsauto merge of #688 : alexcrichton/cargo/update, r=alexc...
2014-10-09 Alex CrichtonUpdate dependencies and update to rust master
2014-10-07 borsauto merge of #677 : sfackler/cargo/rustdoc-features...
2014-10-07 borsauto merge of #679 : alexcrichton/cargo/fix-doc-test...
2014-10-07 Alex CrichtonUse the right package for doc test variables
2014-10-07 borsauto merge of #676 : jdeseno/cargo/warnings, r=alexcrichton
2014-10-07 Steven FacklerPass features along to rustdoc
2014-10-07 borsauto merge of #671 : alexcrichton/cargo/issue-668,...
2014-10-07 Alex CrichtonMake sure dev-deps are compiled for examples
2014-10-07 borsauto merge of #673 : alexcrichton/cargo/issue-665,...
2014-10-07 Joshua DeSenoFix warnings for constant names
2014-10-06 borsauto merge of #661 : alexcrichton/cargo/issue-660,...
2014-10-06 Alex CrichtonDon't always run doc tests for the root package
2014-10-06 borsauto merge of #663 : alexcrichton/cargo/issue-648,...
2014-10-06 borsauto merge of #675 : alexcrichton/cargo/fix-selective...
2014-10-06 Alex CrichtonRemove the notion of "primary" from Context
2014-10-06 borsauto merge of #672 : bkoropoff/cargo/option-map-cleanup...
2014-10-06 Alex CrichtonSort feature lists for fingerprint hashing
2014-10-06 Brian KoropoffClean up some uses of `Option::map` only for its side...
2014-10-06 borsauto merge of #667 : jakerr/cargo/help-help, r=alexcrichton
2014-10-06 borsauto merge of #670 : bkoropoff/cargo/unused-everywhere...
2014-10-05 Brian KoropoffRemote `unused` lint
2014-10-05 Jake KerrLet the help command work consistently everywhere
2014-10-03 Alex CrichtonParse escaped spaces in makefile dependencies
2014-10-03 borsauto merge of #630 : alexcrichton/cargo/issue-432,...
2014-10-03 Alex CrichtonAdd a test for #432
2014-10-03 Alex CrichtonFix dependencies linking to the local package
2014-10-03 Alex CrichtonFix the dependency graph with root pkg cycles
2014-10-03 Alex CrichtonAllow "cycles" through dev-deps
2014-10-03 Alex CrichtonRefine dependencies on dev-deps
2014-10-02 borsauto merge of #659 : alexcrichton/cargo/licenseing...
2014-10-02 borsauto merge of #654 : ebfe/cargo/cargo-build-help, r...
2014-10-02 Alex CrichtonInstall materials to comply with upstream licenses
2014-10-02 borsauto merge of #652 : tomaka/cargo/open-docs, r=alexcrichton
2014-10-02 borsauto merge of #631 : alexcrichton/cargo/issue-514,...
2014-10-02 borsauto merge of #655 : ebfe/cargo/deps, r=alexcrichton
2014-10-02 Pierre KriegerAdd --open flag to cargo doc
2014-10-02 Michael GehringUpdate dependencies
2014-10-02 Michael GehringFix typos in `cargo build -h`
2014-09-30 borsauto merge of #650 : plcstpierre/cargo/master, r=alexcr...
2014-09-30 Pier-Luc Caron... Bump version of dependencies
2014-09-30 borsauto merge of #628 : alexcrichton/cargo/issue-537,...
2014-09-29 Alex CrichtonImprove the error message for ambiguous specs
2014-09-29 Alex CrichtonDeprecate `cargo update foo`
2014-09-29 Alex CrichtonAdd cargo {test,bench} -p <spec>
2014-09-29 Alex CrichtonAllow specifying what to build as part of `cargo build`
2014-09-29 Alex CrichtonAllow selectively cleaning packages
next